home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef PSMainH
- #define PSMainH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TPanel *Panel1;
- TLabel *Label15;
- TLabel *Label16;
- TPanel *Panel3;
- TLabel *Label1;
- TLabel *Label2;
- TPanel *Panel2;
- TLabel *Label3;
- TLabel *Label4;
- TPanel *Panel4;
- TLabel *Label5;
- TLabel *Label6;
- TPanel *Panel5;
- TLabel *Label7;
- TLabel *Label8;
- TPanel *Panel6;
- TLabel *Label9;
- TPanel *Panel7;
- TLabel *Label11;
- TPanel *Panel8;
- TLabel *Label13;
- TLabel *Label14;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-